{% extends "profile.html" %} {% block title %} {{ __('friends') }} - {{ parent() }} {% endblock %} {% block head %} {{ parent() }} {% endblock %} {% block sub_content %} {% if friends %} {% include "/inc/ordering.html" %} {% else %}

{{ __('no_friends') }}

{% endif %} {% endblock %} {% block full_content %} {% include "/inc/users.html" with {'users':friends} %} {% include "/inc/pages.html" with {'page':page, 'pages':pages, 'path':str_replace({'{order}', '{dir}'}, {order, dir}, path)} %} {% endblock %}